|
| bool | stop () |
| | Stop Script Module. More...
|
| |
| QString | getScriptCode (QString) |
| | Get Script Code based on script id. More...
|
| |
| QString | getScript (QString) |
| | Get Script Code based on script id and processes translations on the code, if exists. More...
|
| |
| bool | hasScript (QString) |
| | Check if the script exists using script id. More...
|
| |
| QString | getInterfaceCode (QString) |
| | Get Interface Code based on Interface id.. More...
|
| |
| QString | getInterface (QString) |
| | Get Interface Code based on Interface id and processes translations on the code, if exists. More...
|
| |
| bool | hasInterface (QString) |
| | Check if the Interface exists using Interface id. More...
|
| |
| QString | getScriptDataStore (QString) |
| |
| bool | shouldPromptExternalNetworkAccess () |
| | This delegate determines if script module should prompt for external network access. More...
|
| |
| bool | shouldPromptExternalServerOperation (QString, int) |
| | This delegate determines if script module should prompt for external server operation. More...
|
| |
| uuid | getInstanceId () |
| | Returns the UUID of this external process. More...
|
| |
| Cep | getCep () |
| |
| bool | addExclusivePublisher (string) |
| | Returns true if the exclusive publisher with the specified certificate was added successfully, otherwise false. More...
|
| |
| void | clearExclusivePublishers () |
| | Clears all exclusive publishers. More...
|
| |
| bool | removeExclusivePublisher (string) |
| | Returns true if the exclusive publisher with the specified certificate was removed successfully, otherwise false. More...
|
| |
| void | removeExclusivePublisherAt (int) |
| | Removes the exclusive publisher at the specified index. More...
|
| |
| int | getExclusivePublisherCount () |
| | Returns the number of exclusive publishers. More...
|
| |
| string | getExclusivePublisherAt (int) |
| | Returns the exclusive publisher at the specified index. More...
|
| |
| bool | hasExclusivePublisher (string) |
| | Returns true if the specified certificate is an exclusive publisher, otherwise false. More...
|
| |
| QString | getCommandLineArg () |
| | Returns the command line argument for this external process (ExApp or Script Module) when launching PT. More...
|
| |
| void | messageReceived (string, uuid, QString) |
| | This event is emitted when this external process receives a message from a local external process. More...
|
| |
| void | remoteMessageReceived (string, uuid, QString) |
| | This event is emitted when this external process receives a message from a remote external process. More...
|
| |
| void | registeredFileOpened (QString) |
| | This event is emitted when PT GUI or OS opens a file that is registered to this external process. More...
|
| |
CScriptModule access from itself.